home *** CD-ROM | disk | FTP | other *** search
- #menulib
-
- Submenu LOCAL
- Entry [1]FIDONETMAIL
- Entry [2]LOCAL
- Entry /Sysop[3]SYSOP.BBS
-
- #endlib
-
- :MSG_local
- DrawMenu LOCAL Gosub draw_ascii_msg
- DoMenu LOCAL
- SelectChoice
- Case 1 Setmsgarea FIDONETMAIL
- Case 2 Setmsgarea LOCAL
- Case 3 Setmsgarea SYSOP.BBS
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu LOCAL
- ClrChoice
- Endif
- Return
-
-